home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Dream Studio
/
Ray Dream Studio (CDRAYD1) (Ray Dream) (1995).iso
/
DREAMSDK.WIN
/
INCLUDE
/
EVXALLOC.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-11-06
|
229b
|
10 lines
#ifndef __EVXALLOC__
#define __EVXALLOC__
void* RDcalloc (unsigned long nmemb, unsigned long size);
void RDfree (void* ptr);
void* RDmalloc (unsigned long size);
void* RDrealloc (void* ptr, unsigned long size);
#endif